home *** CD-ROM | disk | FTP | other *** search
/ Java Programmer's Toolkit / Java Programmer's Toolkit.iso / gs3.53 / pps2asc.ps < prev    next >
Text File  |  1996-01-10  |  1KB  |  34 lines

  1. %    Copyright (C) 1995 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % Display a file produced by ps2ascii with no switch or with -dCOMPLEX.
  16. % This is just a procset to read in before the file to display.
  17.  
  18. /init { 0.1 0.1 scale } bind def
  19. init
  20. /next { currentfile token pop } bind def
  21. /F { next next pop next exch selectfont } bind def
  22. /P { showpage init } bind def
  23. /S
  24.  { next next moveto
  25.    next dup stringwidth pop next exch div
  26.    gsave 1 scale show grestore
  27.  } bind def
  28. /C { next next next setrgbcolor } bind def
  29. /I { next next next next gsave 0.75 setgray rectfill grestore } bind def
  30. /R { next next next next rectfill } bind def
  31.